pass by reference meaning in English
传引用
传址(函式引数的一种传递方式) 传地址、按引用传递
传址传地址
Examples
- Q : what are pass by reference and passby value
什么是按参数传递和按值传递? - Keyword causes arguments to be passed by reference
关键字使参数按引用传递。 - Point value type is passed by reference , a pointer to a
值类型通过引用传递,则指向 - Passed by reference , that represents the message to process
,它表示要处理的消息。 - Modify function because it is passed by reference
函数改变了,因为它是按引用传递的。